home *** CD-ROM | disk | FTP | other *** search
/ Superonline Guide 3.02 / Superonline Guide 3.02.iso / Superonline Guide / SETUP.INF < prev    next >
INI File  |  1998-09-18  |  2KB  |  84 lines

  1. ; Setup script for SuperGuide version 3.02
  2.  
  3. [Setup]
  4. Version=100
  5. Licensed=1
  6.  
  7. ; contents
  8. MSIEPresent=1
  9. MIRCPresent=1
  10.  
  11.  
  12. ; default options
  13. InstallTo=%WinDrive%:\Program Files\Superonline
  14. InstallMSIE=0
  15. InstallMIRC=0
  16.  
  17.  
  18. ; disk space requirements, in Kbytes
  19. Required=100
  20. Required.MSIE=500
  21. Required.MIRC=100
  22.  
  23. ;the following is the default WWW address used for the browser
  24. ;do not use http:// here
  25. WWWAddress=www.superonline.com
  26.  
  27.  
  28. ;the following is the location of mIRC on Superonline
  29. ;SOLGUI will attempt to download it from the specified ftp location
  30. ;after every successfull connect. If it cannot download it 10 times,
  31. ;it will cancel the operation. If download is successful it will
  32. ;setup MIRC and will no longer attempt to download
  33. ;do use http:// or ftp:// here
  34. MIRCAddress=pub/IRC/win95/mirc.exe
  35.  
  36.  
  37.  
  38.  
  39. [Files]
  40. DOWNLIRC.EXE=%InstallTo%
  41. SETUP.INF=
  42. SOLDIAGS.DLL=%InstallTo%
  43. SETUP.EXE=%InstallTo%
  44. SOLSITE.INI=%InstallTo%
  45. SOLUSER.INI=%InstallTo%
  46. SOSCRIPT.DLL=%WinDir%\System
  47. SOLGUI.EXE=%InstallTo%
  48. SOLRESTR.DLL=%InstallTo%
  49. SOLRESEN.DLL=%InstallTo%
  50. RNAHOOK.DLL=%WinDir%\System
  51. UNINST.EXE=%InstallTo%
  52.  
  53.  
  54. ; Defined drives and directories
  55. ; %WinDrive% the drive where Windows 95 files are located
  56. ; %InstallTo% the destination path
  57.  
  58.  
  59. ; Shortcuts are defined as
  60. ; Name=Filename shortcut points to,Description of shortcut,Save short cut to
  61. ; Do not use extra spaces.
  62. ; Also define for all supported languages
  63. ; predefined paths are: %Programs%, %Desktop%, %Start Menu%, %Startup%
  64.  
  65. [Shortcuts.English]
  66. Superonline Guide=%InstallTo%\solgui.exe,Superonline Guide,%Programs%\Superonline\Superonline Guide.lnk
  67. Superonline Guide Uninstall=%InstallTo%\uninst.exe,Superonline Guide Uninstall,%Programs%\Superonline\Uninstall Superonline Guide.lnk
  68. Superonline Guide2=%InstallTo%\solgui.exe,Superonline Guide,%Desktop%\Superonline Guide.lnk
  69.  
  70.  
  71. [Shortcuts.Turkish]
  72. Superonline Guide=%InstallTo%\solgui.exe,Superonline Guide,%Programs%\Superonline\Superonline Guide.lnk
  73. Superonline Guide Uninstall=%InstallTo%\uninst.exe,Superonline Guide Uninstall,%Programs%\Superonline\Kurulumu Geri Al.lnk
  74. Superonline Guide2=%InstallTo%\solgui.exe,Superonline Guide,%Desktop%\Superonline Guide.lnk
  75.  
  76.  
  77. ; Finally list the directories to be removed on uninstall
  78. ; Here we have two directories
  79.  
  80. [RemoveDirectories]
  81. 1=%InstallTo%
  82. 2=%Programs%\Superonline
  83.  
  84.